home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / prog / fprot224 / fprot.bat < prev    next >
Encoding:
DOS Batch File  |  1996-09-17  |  282 b   |  19 lines

  1. @echo off
  2.  
  3. md c:\chip
  4. md c:\chip\ekim96
  5. md c:\chip\ekim96\fprot
  6. cd c:\chip\ekim96\fprot
  7.  
  8. if exist d:\setup.001 d:
  9. if exist e:\setup.001 e:
  10. if exist f:\setup.001 f:
  11. if exist g:\setup.001 g:
  12. if exist h:\setup.001 h:
  13.  
  14. cd\prog\fprot224
  15.  
  16. pkunzip -d f-prot.zip c:
  17.  
  18. exit
  19.